hello <- function(){
x <- 1
y <- x+1
z <- x+y
print("hello world!!!!")
}
sy <- function(){
print("fsy is a beautiful girl")
}
fsy <- function(){
print("fsy is a pretty girl")
}
fsy <- function(){
print("fsy is a bright girl")
}
fsy <- function(){
print("fsy is a girl")
}
fsy <- function(){
print("roast fish")
}
library(devtools)
use_git()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.